home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Security / McAfee SiteAdvisor 26.6 / safe.xpi / chrome / safe.jar / content / disclosure.xul < prev    next >
Extensible Markup Language  |  2007-01-04  |  1KB  |  27 lines

  1. <?xml version="1.0"?>
  2. <?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?> 
  3. <!DOCTYPE overlay SYSTEM "chrome://safe/locale/safe.dtd">
  4. <dialog xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:html="http://www.w3.org/1999/xhtml" align="center" buttons="extra1,extra2" buttonlabelextra2="&safe.disclose.dlg.cancelButton;" buttonlabelextra1="&safe.disclose.dlg.agreeButton;" buttonorient="horizontal" buttonalign="center" ondialogextra1="accept();" ondialogextra2="window.close();" id="safe-disclosure" screenX="10" screenY="10" persist="screenX,screenY" windowtype="safe:disclosure" width="550" height="400" title="&safe.disclose.dlg.title;">
  5.  
  6. <hbox align="center">
  7.  
  8. <html:iframe width="500" height="300" id="aboutiframe" src="chrome://safe/content/disclosure.xhtml" flex="1"/>
  9.  
  10.  
  11.  
  12. </hbox>
  13.  
  14.     <script type="application/x-javascript">
  15.         <![CDATA[
  16.         
  17.  
  18.         function accept() {
  19.             window.arguments[0].ok = true;
  20.             window.close();
  21.  
  22.         }
  23.  
  24.  
  25.         ]]>
  26.     </script>
  27. </dialog>